From a2fe25371c0cceaf5f5e52d392c583d8a096e6a9 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 1 Jul 2005 17:26:37 +0000 Subject: [PATCH] Get rid of references to qemu-dm.debug. --- tools/ioemu/target-i386-dm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ioemu/target-i386-dm/Makefile b/tools/ioemu/target-i386-dm/Makefile index cdb70aba7a..f6f1c58f72 100644 --- a/tools/ioemu/target-i386-dm/Makefile +++ b/tools/ioemu/target-i386-dm/Makefile @@ -31,7 +31,7 @@ QEMU_SYSTEM=qemu-fast endif QEMU_SYSTEM=qemu-dm -PROGS=$(QEMU_SYSTEM) $(QEMU_SYSTEM).debug +PROGS=$(QEMU_SYSTEM) ifdef CONFIG_USER_ONLY PROGS=$(QEMU_USER) -- 2.30.2